Skip to content

Commit

Permalink
Applied formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 15, 2022
1 parent fdf9098 commit 2045dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/apps/watchfaces/OswAppWatchfaceDual.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class OswAppWatchfaceDual : public OswApp {
virtual void loop() override;
virtual void stop() override;
~OswAppWatchfaceDual() {};

//for dual-time
static void drawProgressBar(OswUI* ui,uint8_t cx, uint8_t cy, uint8_t jump, uint8_t length, uint8_t value,float angle, uint8_t radius, uint16_t color, uint8_t* goal=nullptr);
void drawAnimSec();
Expand Down

0 comments on commit 2045dc5

Please sign in to comment.