diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 489:b8edb7362870

Cleanup shared_definitions include path
author JeanDo
date Mon, 17 Oct 2011 21:55:09 +0200
parents 8e1fb9cdd62a
children 19b9e19ea4da
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!