mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-23 09:47:47 +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:
@@ -27,14 +27,14 @@
|
||||
namespace baseband {
|
||||
|
||||
class CPLD {
|
||||
public:
|
||||
void init();
|
||||
public:
|
||||
void init();
|
||||
|
||||
void set_invert(const bool invert);
|
||||
|
||||
private:
|
||||
void set_invert(const bool invert);
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace baseband
|
||||
|
||||
#endif/*__BASEBAND_CPLD_H__*/
|
||||
#endif /*__BASEBAND_CPLD_H__*/
|
||||
|
Reference in New Issue
Block a user