apply afmt

This commit is contained in:
2022-05-27 02:17:19 +02:00
parent ec6a398631
commit 603b23714a
34 changed files with 952 additions and 1013 deletions

View File

@ -4,11 +4,8 @@
#include <cstdint>
namespace devaddress {
enum devaddress: uint32_t {
L3GD20H = 1
};
enum devaddress : uint32_t { L3GD20H = 1 };
}
#endif /* BSP_STM32_FREERTOS_FSFWCONFIG_DEVICES_DEVADDRESSES_H_ */