Refactoring: common.h with common typedefs etc.

This commit is contained in:
Lexi / Zoe 2021-04-04 17:18:45 +02:00
parent 3a07b3ab6f
commit 55b08b7630
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
7 changed files with 26 additions and 18 deletions

View file

@ -1,5 +1,5 @@
#include "config.h"
#include "commands.h"
#include "common.h"
#include "parsing.h"
#include "uart.h"
#include "eeprom.h"