mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-20 21:17:42 +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:
@@ -29,8 +29,8 @@
|
||||
namespace max5864 {
|
||||
|
||||
void MAX5864::set_mode(const Mode mode) {
|
||||
std::array<uint8_t, 1> command { toUType(mode) };
|
||||
_target.transfer(command.data(), command.size());
|
||||
std::array<uint8_t, 1> command{toUType(mode)};
|
||||
_target.transfer(command.data(), command.size());
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace max5864
|
||||
|
Reference in New Issue
Block a user