Files
discoverpixy/common/system/system.c

9 lines
95 B
C

#include "system.h"
#include "ll_system.h"
bool system_init() {
return ll_system_init();
}