Integrated pixy into emulator. Pixy is no longer in the common/libs folder but in emulator/libs and discovery/libs
This commit is contained in:
@@ -6,3 +6,10 @@ bool system_init() {
|
||||
return ll_system_init();
|
||||
}
|
||||
|
||||
|
||||
|
||||
void system_delay(uint32_t msec) {
|
||||
ll_system_delay(msec);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
bool system_init();
|
||||
void system_delay(uint32_t msec);
|
||||
|
||||
Reference in New Issue
Block a user