File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/pbio/platform/sim_hub Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 },
4848 "label" : " build simhub (debug)" ,
4949 "type" : " shell" ,
50- "command" : " make -C ../../micropython/mpy-cross -j && poetry run make DEBUG=1 BUILD=build-debug COPT=-DPBDRV_CONFIG_CLOCK_LOCAL -j" ,
50+ "command" : " make -C ../../micropython/mpy-cross -j && poetry run make DEBUG=1 BUILD=build-debug -j" ,
5151 },
5252 {
5353 "label" : " build test-pbio" ,
Original file line number Diff line number Diff line change 1515#define PBDRV_CONFIG_BUTTON_TEST (1)
1616
1717#define PBDRV_CONFIG_CLOCK (1)
18- #ifdef PBDRV_CONFIG_CLOCK_LOCAL
19- #define PBDRV_CONFIG_CLOCK_LINUX (1)
20- #else
18+ #ifdef PBDRV_CONFIG_CLOCK_CI
2119#define PBDRV_CONFIG_CLOCK_TEST (1)
20+ #else
21+ #define PBDRV_CONFIG_CLOCK_LINUX (1)
2222#endif
2323
2424#define PBDRV_CONFIG_COUNTER (1)
You can’t perform that action at this time.
0 commit comments