initial check in based on SVN revision 575
This commit is contained in:
24
source/hwFixes.h
Normal file
24
source/hwFixes.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* hwFixes.h
|
||||
*
|
||||
* Created on: Mar 27, 2024
|
||||
* Author: Brian.Bailey
|
||||
*/
|
||||
|
||||
#ifndef HWFIXES_H_
|
||||
#define HWFIXES_H_
|
||||
|
||||
#define HWF_MIN_MAIN_PCBA_PN 208021 //Minimum PCBA part number
|
||||
#define HWF_MAX_MAIN_PCBA_PN 208025 //Max PCBA part number - Increase this when changing hardware
|
||||
|
||||
typedef struct
|
||||
{
|
||||
bool vBattCap_021;
|
||||
uint32_t mainPcbaPN;
|
||||
}HARDWARE_FIX_t;
|
||||
|
||||
|
||||
|
||||
void HWF_Init(void);
|
||||
|
||||
#endif /* HWFIXES_H_ */
|
||||
Reference in New Issue
Block a user