comparison src/sleepmode.asm @ 275:653a3ab08062

rename into hwOS
author heinrichsweikamp
date Thu, 07 May 2015 13:11:14 +0200
parents 23311219dacc
children 4389fe9673b2
comparison
equal deleted inserted replaced
274:9347893b74ce 275:653a3ab08062
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
9 ; HISTORY 9 ; HISTORY
10 ; 2011-08-12 : [mH] moving from OSTC code 10 ; 2011-08-12 : [mH] moving from OSTC code
11 11
12 #include "ostc3.inc" ; Mandatory header 12 #include "hwos.inc" ; Mandatory header
13 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c 13 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c
14 #include "surfmode.inc" 14 #include "surfmode.inc"
15 #include "tft.inc" 15 #include "tft.inc"
16 #include "isr.inc" 16 #include "isr.inc"
17 #include "start.inc" 17 #include "start.inc"