apply clang format
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2022-02-15 17:08:57 +01:00
parent 41b029f12b
commit ce41b3316c
6 changed files with 43 additions and 33 deletions

View File

@ -12,9 +12,8 @@ enum ScanModes : uint8_t {
N_ONCE = 0b11
};
uint8_t buildConvByte(ScanModes scanMode, uint8_t channel, bool readTemp);
}
} // namespace max1227
#endif /* MISSION_DEVICES_MAX1227_H_ */