mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 11:17:58 +00:00
Formatted code (#1007)
* Updated style * Updated files * fixed new line * Updated spacing * File fix WIP * Updated to clang 13 * updated comment style * Removed old comment code
This commit is contained in:
@@ -31,10 +31,10 @@ using sample_t = complex8_t;
|
||||
using buffer_t = buffer_t<sample_t>;
|
||||
|
||||
enum class Direction {
|
||||
Receive = 0,
|
||||
Transmit = 1,
|
||||
Receive = 0,
|
||||
Transmit = 1,
|
||||
};
|
||||
|
||||
} /* namespace baseband */
|
||||
|
||||
#endif/*__BASEBAND_H__*/
|
||||
#endif /*__BASEBAND_H__*/
|
||||
|
Reference in New Issue
Block a user