Skip to content

Commit f9e7f36

Browse files
jcmoscKyle-Ye
andcommitted
Rename CF_OPTIONS to OG_OPTIONS
Co-authored-by: Kyle <[email protected]>
1 parent 8794323 commit f9e7f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenGraph_SPI/include/OGValueState.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
OG_ASSUME_NONNULL_BEGIN
1111

12-
typedef CF_OPTIONS(uint8_t, OGValueState) {
12+
typedef OG_OPTIONS(uint8_t, OGValueState) {
1313
OGValueStateNone = 0,
1414
OGValueStateDirty = 1 << 0,
1515
OGValueStatePending = 1 << 1,

0 commit comments

Comments
 (0)