1
0
forked from me/IronOS

Move configuration into inc

This commit is contained in:
Ben V. Brown
2021-04-04 22:48:41 +10:00
parent 813106438b
commit 77fd9f6a2d
7 changed files with 54 additions and 50 deletions

View File

@@ -5,9 +5,9 @@
* Author: Ben V. Brown
*/
#include "../../configuration.h"
#include "Translation.h"
#include "cmsis_os.h"
#include "configuration.h"
#include <OLED.hpp>
#include <stdlib.h>
#include <string.h>