Mercurial > public > mk2
changeset 489:b8edb7362870
Cleanup shared_definitions include path
author | JeanDo |
---|---|
date | Mon, 17 Oct 2011 21:55:09 +0200 |
parents | 7c48692dd17c |
children | 68aa097f0062 |
files | code_part1/OSTC_code_asm_part1/MAIN.ASM code_part1/OSTC_code_asm_part1/definitions.asm |
diffstat | 2 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM Mon Oct 17 21:39:48 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM Mon Oct 17 21:55:09 2011 +0200 @@ -28,7 +28,7 @@ #include <P18F4685.INC> ;processor specific variable definitions #include definitions.asm ; Defines, I/O Ports and variables - + #include "../OSTC_code_c_part2/shared_definitions.h" reset_v code 0x0000 goto start ; Start!
--- a/code_part1/OSTC_code_asm_part1/definitions.asm Mon Oct 17 21:39:48 2011 +0200 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Mon Oct 17 21:55:09 2011 +0200 @@ -111,12 +111,6 @@ CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset ;============================================================================= - -;#include "../OSTC_code_c_part2/shared_definitions.h" -#include "ostc2_code/code_part1/OSTC_code_c_part2/shared_definitions.h" -;include "shared_definitions.h" - -;============================================================================= ; Reserve space for C-code data space. Eg.when calling log. ; Note: overlayed with md_hash temporary space. c_code_data_stack EQU 0x800