aboutsummaryrefslogtreecommitdiff
path: root/kernel/ppm.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ppm.c')
-rw-r--r--kernel/ppm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/kernel/ppm.c b/kernel/ppm.c
index 3d22ac1..72bbcb9 100644
--- a/kernel/ppm.c
+++ b/kernel/ppm.c
@@ -15,10 +15,12 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <stdint.h>
-#include <stdio.h>
#include <avr/io.h>
#include <avr/interrupt.h>
+
+#include <stdint.h>
+#include <stdio.h>
+
#include "kernel.h"
#include "tasks.h"