Skip to content

Commit

Permalink
temperature_mcu: Add support for rp2350 MCUs
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Connor <[email protected]>
  • Loading branch information
KevinOConnor committed Oct 27, 2024
1 parent 9827645 commit 2eac01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/extras/temperature_mcu.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def handle_mcu_identify(self):
self.mcu_type = mcu.get_constants().get("MCU", "")
# Run MCU specific configuration
cfg_funcs = [
('rp2040', self.config_rp2040),
('rp2', self.config_rp2040),
('sam3', self.config_sam3), ('sam4', self.config_sam4),
('same70', self.config_same70), ('samd21', self.config_samd21),
('samd51', self.config_samd51), ('same5', self.config_samd51),
Expand Down

0 comments on commit 2eac01d

Please sign in to comment.