File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ add_executable(${PROJECT_NAME}
4545 ${CMAKE_SOURCE_DIR} /lib/picoruby/mrbgems/picoruby-gpio/ports/rp2040/gpio.c
4646 ${CMAKE_SOURCE_DIR} /lib/picoruby/mrbgems/picoruby-i2c/ports/rp2040/i2c.c
4747 ${CMAKE_SOURCE_DIR} /lib/picoruby/mrbgems/picoruby-spi/ports/rp2040/spi.c
48+ ${CMAKE_SOURCE_DIR} /lib/picoruby/mrbgems/picoruby-adc/ports/rp2040/adc.c
4849)
4950
5051set (PICORBC ${CMAKE_SOURCE_DIR} /lib/picoruby/bin/picorbc)
@@ -53,7 +54,7 @@ pico_generate_pio_header(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/src/ws2812.pi
5354pico_generate_pio_header(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR} /src/sounder.pio)
5455
5556set (RBC ${CMAKE_CURRENT_SOURCE_DIR} /lib/picoruby/bin/picorbc)
56- #set(RBC RBENV_VERSION=mruby-3.1 .0 mrbc) # In case of PicoRuby compiler enbugged 😵
57+ #set(RBC RBENV_VERSION=mruby-3.2 .0 mrbc) # In case of PicoRuby compiler enbugged 😵
5758
5859# Ruby
5960
You can’t perform that action at this time.
0 commit comments