include asm.h seperately

This commit is contained in:
2025-12-26 12:34:40 +01:00
parent f00f9bd9a1
commit 9325726217
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,5 @@
#pragma once #pragma once
#include "asm.h"
/* I/O addresses. */ /* I/O addresses. */
#define SPH 0x3E /* Stack pointer high address. */ #define SPH 0x3E /* Stack pointer high address. */
#define SPL 0x3D /* Stack pointer low address. */ #define SPL 0x3D /* Stack pointer low address. */

View File

@@ -1,3 +1,4 @@
#include <asm.h>
#include <avr/avr128da28.h> #include <avr/avr128da28.h>
/* This section contains the executable code. */ /* This section contains the executable code. */