diff options
| author | Nick Brassel | 2024-08-26 01:46:12 +0200 |
|---|---|---|
| committer | GitHub | 2024-08-26 01:46:12 +0200 |
| commit | acac787842fa7c0582f5f83ce2b23661969a1a8d (patch) | |
| tree | cb73f8c9ebbedf1ebc2dddcb86b4fa38103b68bb /docs/ChangeLog/20240825/PR24192.md | |
| parent | 45dc2499dc369ce0ac7a4868a01ffb18fbaf0384 (diff) | |
2024q3 breaking changes changelog (#24324)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'docs/ChangeLog/20240825/PR24192.md')
| -rw-r--r-- | docs/ChangeLog/20240825/PR24192.md | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/ChangeLog/20240825/PR24192.md b/docs/ChangeLog/20240825/PR24192.md deleted file mode 100644 index 31f7a97379..0000000000 --- a/docs/ChangeLog/20240825/PR24192.md +++ /dev/null @@ -1,19 +0,0 @@ -## Changes requiring user action - -### SparkFun Pro Micro RP2040 converter renamed - -The converter for the SparkFun Pro Micro RP2040 has been renamed. - -from: - -``` -promicro_rp2040 -``` - -to: - -```c -sparkfun_rp2040 -``` - -This change was made to avoid confusion between the clones named ProMicro RP2040 and the SparkFun Pro Micro RP2040. The clones should be using the `rp2040_ce` option. |