From 761d752569b9bad6bdb755e91ca9e345cfb2788d Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 06:47:46 +0100 Subject: C++ cleanups. (in progress) --- source/obc1.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/obc1.h') 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 -- cgit v1.2.3