Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham authored Nov 22, 2024
1 parent 66710e8 commit 84df9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/pico_util/datetime.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "pico/util/datetime.h"

#if !PICO_ON_DEVICE && __APPLE__
// if we're compiling with LLVM on Apple, __weak does something else, but we don't care about overriding these ayway
// if we're compiling with LLVM on Apple, __weak does something else, but we don't care about overriding these anyway on host builds
#define __datetime_weak
#else
#define __datetime_weak __weak
Expand Down

0 comments on commit 84df9e2

Please sign in to comment.