ctr_mcu/trunk/incs.h
fujita_ryohei 0c0ecf9023 コメント等修正
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@4 013db118-44a6-b54f-8bf7-843cb86687b1
2009-08-19 10:46:54 +00:00

34 lines
518 B
C

#pragma SFR
#pragma di
#pragma ei
#pragma nop
#pragma stop
#pragma halt
#pragma section @@CODE ROM_CODE
//#pragma section @@CNST ROM_CNST
//=========================================================
#ifndef _incs_h_
#define _incs_h_
#include "jhl_defs.h"
#include "user_define.h"
#include "bsr_system.h"
#include "renge.h"
#include "vreg_ctr.h"
#include "vreg_twl.h"
#include "i2c_mcu.h"
//=========================================================
err firm_update();
#endif