Tease apart utility.hpp, other header dependencies.

Trying to get a host-testable FSK demodulator, and finding a lot of M4- and ChibiOS-specific code is getting included. Boo.
This commit is contained in:
Jared Boone
2015-10-15 15:17:40 -07:00
parent e049097f49
commit f82fd1f8d7
13 changed files with 135 additions and 64 deletions

View File

@@ -26,7 +26,7 @@
#include "dsp_types.hpp"
#include "message.hpp"
#include "utility.hpp"
#include "utility_m4.hpp"
#include <cstdint>
#include <cstddef>