mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 09:06:11 +00:00
Make util module header instead of .ino-file
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#include "Arduino.h"
|
||||
#include "flix.h"
|
||||
#include "util.ino"
|
||||
#include "rc.ino"
|
||||
#include "time.ino"
|
||||
#include "motors.ino"
|
||||
|
@@ -1 +1 @@
|
||||
// Dummy file to make it possible to compile simulator with util.ino
|
||||
// Dummy file to make it possible to compile simulator with Flix' util.h
|
||||
|
@@ -1,3 +1,3 @@
|
||||
// Dummy file to make it possible to compile simulator with util.ino
|
||||
// Dummy file to make it possible to compile simulator with Flix' util.h
|
||||
|
||||
#define WRITE_PERI_REG(addr, val) {}
|
||||
|
Reference in New Issue
Block a user