Files
SyncHome/trunk/workspace/CodeWarrior/908JK1_ASM/Sources/derivative.inc
2023-03-13 08:36:51 +00:00

15 lines
350 B
PHP

; Note: This file is recreated by the project wizard whenever the MCU is
; changed and should not be edited by hand
; include derivative specific macros
INCLUDE 'MC68HC908JK1.inc'
; RAM/ROM definitions
; Watchdog feed macro
feed_watchdog: MACRO
STA COPCTL ; feed the watchdog
ENDM