Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.1.1 fix compile error
Browse files Browse the repository at this point in the history
### Releases v1.1.1

1. Delete redundant `.cpp` file causing compile error
  • Loading branch information
khoih-prog authored Mar 9, 2022
1 parent bcfef26 commit 456ef35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/multiFileProject/multiFileProject.ino
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#error This code is intended to run on the mbed / non-mbed RP2040 platform! Please check your Tools->Board setting.
#endif

#define RP2040_ISR_SERVO_VERSION_MIN_TARGET "RP2040_ISR_Servo v1.1.0"
#define RP2040_ISR_SERVO_VERSION_MIN 1001000
#define RP2040_ISR_SERVO_VERSION_MIN_TARGET "RP2040_ISR_Servo v1.1.1"
#define RP2040_ISR_SERVO_VERSION_MIN 1001001

#include "multiFileProject.h"

Expand Down

0 comments on commit 456ef35

Please sign in to comment.