# HG changeset patch # User JeanDo # Date 1318881309 -7200 # Node ID b8edb73628702681fb21044e7914d6b225a0840a # Parent 7c48692dd17c76ff2fe15169e1bdbeae32a2f459 Cleanup shared_definitions include path diff -r 7c48692dd17c -r b8edb7362870 code_part1/OSTC_code_asm_part1/MAIN.ASM --- 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 ;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! diff -r 7c48692dd17c -r b8edb7362870 code_part1/OSTC_code_asm_part1/definitions.asm --- 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