cleaning up preproc defines

This commit is contained in:
2021-08-17 17:48:51 +02:00
parent aa248b7997
commit e98b985d66
21 changed files with 166 additions and 153 deletions

View File

@ -33,6 +33,8 @@ static constexpr spi::SpiModes RW_MODE = spi::SpiModes::MODE_0;
namespace uart {
static constexpr uint32_t PLOC_MPSOC_BAUD = 115200;
}
#endif /* COMMON_CONFIG_DEVCONF_H_ */