Skip to content

Commit e614963

Browse files
committed
fixo
1 parent c8754d6 commit e614963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sfTk/sfToolkit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ uint32_t sftk_ticks_ms(void);
5757
* @param __value__ The value to check.
5858
* @param __bitmask__ The bitmask specifying which bits to check.
5959
* @return True if all bits specified by the bitmask are set, false otherwise.
60-
*/.
60+
*/
6161
#define SFTK_CHECK_BITS_SET(__value__, __bitmask__) (((__value__) & (__bitmask__)) == __bitmask__)
6262

6363
/**

0 commit comments

Comments
 (0)