hwconfig: Define MAX_VBAT for MD-UV380
This commit is contained in:
parent
6a0afd7df7
commit
17376b819a
|
|
@ -76,6 +76,9 @@
|
||||||
#define FLASH_SDO GPIOB,4
|
#define FLASH_SDO GPIOB,4
|
||||||
#define FLASH_SDI GPIOB,5
|
#define FLASH_SDI GPIOB,5
|
||||||
|
|
||||||
|
/* Maximum battery voltage */
|
||||||
|
#define MAX_VBAT 8.4f
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* To enable pwm for display backlight dimming uncomment this directive.
|
* To enable pwm for display backlight dimming uncomment this directive.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue