mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
3 lines
219 B
Bash
Executable File
3 lines
219 B
Bash
Executable File
#!/usr/bin/env bash
|
|
sed -i -- 's/void USART0_Handler(void)/void USART0_Handler(void ) __attribute__((weak)); void USART0_Handler(void )/g' ~/.platformio/packages/framework-arduino-sam/variants/arduino_due_x/variant.cpp
|