include asm.h seperately
This commit is contained in:
@@ -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. */
|
||||||
|
|||||||
@@ -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. */
|
||||||
|
|||||||
Reference in New Issue
Block a user