Skip to content

Commit

Permalink
Fix some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Oct 27, 2024
1 parent 5bb4fd2 commit d6e788f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CYD-Klipper/src/core/printer_integration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ PrinterData* BasePrinter::AnnouncePrinterData()
}

lv_msg_send(DATA_PRINTER_DATA, get_current_printer());
return printer_data_copy;
}

void initialize_printers(BasePrinter** printers, unsigned char total)
Expand Down
3 changes: 1 addition & 2 deletions CYD-Klipper/src/core/printer_integration.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once
#include "../conf/global_config.h"

#define BIT(x) 1 << x
#include <esp_task_wdt.h>

enum PrinterFeatures {
PrinterFeatureRestart = BIT(0),
Expand Down

0 comments on commit d6e788f

Please sign in to comment.