Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 406:2534277be060
Bug #52 fixed (ppO2 blinking if setpoint is not physically possible)
author | heinrichsweikamp |
---|---|
date | Wed, 06 Jul 2011 22:06:40 +0200 |
parents | dd780d7b352b |
children | 3e0192f6c241 |
comparison
equal
deleted
inserted
replaced
405:dd780d7b352b | 406:2534277be060 |
---|---|
83 CONFIG LVP = OFF ;Single-Supply ICSP disabled | 83 CONFIG LVP = OFF ;Single-Supply ICSP disabled |
84 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset | 84 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset |
85 | 85 |
86 ;============================================================================= | 86 ;============================================================================= |
87 | 87 |
88 #include "../OSTC_code_c_part2/shared_definitions.h" | 88 ;#include "../OSTC_code_c_part2/shared_definitions.h" |
89 ;#include "shared_definitions.h" | 89 #include "shared_definitions.h" |
90 | 90 |
91 ;============================================================================= | 91 ;============================================================================= |
92 ; Reserve space for C-code data space. Eg.when calling log. | 92 ; Reserve space for C-code data space. Eg.when calling log. |
93 ; Note: overlayed with md_hash temporary space. | 93 ; Note: overlayed with md_hash temporary space. |
94 c_code_data_stack EQU 0x800 | 94 c_code_data_stack EQU 0x800 |