Skip to content

Commit

Permalink
less circles
Browse files Browse the repository at this point in the history
  • Loading branch information
br-olf committed Jul 17, 2024
1 parent b023b5f commit e5ee6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/gfx_circles.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static oscore_time nexttick;
static u_int16_t xmax;
static u_int16_t ymax;

#define P_MAX 50
#define P_MAX 25
typedef struct {
u_int16_t x;
u_int16_t y;
Expand Down

0 comments on commit e5ee6fa

Please sign in to comment.