aboutsummaryrefslogtreecommitdiff
path: root/source/obc1.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/obc1.h')
-rw-r--r--source/obc1.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/obc1.h b/source/obc1.h
index 82ce89f..706fa9e 100644
--- a/source/obc1.h
+++ b/source/obc1.h
@@ -90,13 +90,11 @@
#ifndef _OBC1_H_
#define _OBC1_H_
-START_EXTERN_C
uint8 GetOBC1 (uint16 Address);
void SetOBC1 (uint8 Byte, uint16 Address);
uint8 *GetBasePointerOBC1(uint32 Address);
uint8 *GetMemPointerOBC1(uint32 Address);
void ResetOBC1();//bool8 full);
-END_EXTERN_C
#endif