clang-format changes

This commit is contained in:
skullY
2019-08-30 15:01:52 -07:00
committed by skullydazed
parent 61af76a10d
commit b624f32f94
502 changed files with 32252 additions and 39055 deletions
+6 -6
View File
@@ -16,16 +16,16 @@
#include "qwiic.h"
void qwiic_init(void) {
#ifdef QWIIC_JOYSTIIC_ENABLE
#ifdef QWIIC_JOYSTIIC_ENABLE
joystiic_init();
#endif
#ifdef QWIIC_MICRO_OLED_ENABLE
#endif
#ifdef QWIIC_MICRO_OLED_ENABLE
micro_oled_init();
#endif
#endif
}
void qwiic_task(void) {
#ifdef QWIIC_JOYSTIIC_ENABLE
#ifdef QWIIC_JOYSTIIC_ENABLE
joystiic_task();
#endif
#endif
}