refactoring
This commit is contained in:
parent
4d037e865a
commit
0fb540f6cc
|
@ -182,10 +182,6 @@ static void printOutPin(const char *pinName, brain_pin_e hwPin) {
|
|||
}
|
||||
#endif /* EFI_PROD_CODE */
|
||||
|
||||
#ifndef FIRMWARE_ID
|
||||
#define FIRMWARE_ID "source"
|
||||
#endif
|
||||
|
||||
void printOverallStatus(systime_t nowSeconds) {
|
||||
#if EFI_ENGINE_SNIFFER
|
||||
waveChart.publishIfFull();
|
||||
|
|
|
@ -103,3 +103,9 @@ extern bool isActiveConfigurationVoid;
|
|||
#endif /* EFI_ACTIVE_CONFIGURATION_IN_FLASH */
|
||||
|
||||
#define isPinOrModeChanged(pin, mode) (isConfigurationChanged(pin) || isConfigurationChanged(mode))
|
||||
|
||||
|
||||
#ifndef FIRMWARE_ID
|
||||
#define FIRMWARE_ID "source"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue