Fixed implicit USCI function call

This commit is contained in:
William Miceli
2021-06-24 17:08:29 -04:00
parent ff47ce4b9b
commit 00206f4f94

View File

@@ -2,5 +2,6 @@
#define INTERRUPTS_H_ #define INTERRUPTS_H_
#include "SunseekerTelemetry2021.h" #include "SunseekerTelemetry2021.h"
#include "usci.h"
#endif /* INTERRUPTS_H_ */ #endif /* INTERRUPTS_H_ */