Skip to content

Commit 063f645

Browse files
committed
bumped fw revision and disabled periodic status print
1 parent 069034c commit 063f645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fw/v24/inc/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern "C" {
3232
//#define TRACE_VCP
3333

3434
// Enable periodic status print
35-
#define PERIODIC_STATUS
35+
//#define PERIODIC_STATUS
3636
// Interval in ms for the periodic status print
3737
#define PERIODIC_STATUS_INT 30000
3838

@@ -55,7 +55,7 @@ extern "C" {
5555
#define FUNC_TIMER_WARN 10U
5656

5757
#define FW_MAJ "2"
58-
#define FW_MIN "2"
58+
#define FW_MIN "3"
5959
#define FW_REV "0"
6060

6161
#ifdef DVM_V24_V1

0 commit comments

Comments
 (0)