Skip to content

Commit

Permalink
Update 20200612-stream-executor-c-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yisitu authored Jun 30, 2020
1 parent d64f130 commit b956b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/20200612-stream-executor-c-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ typedef SE_Timer_st* SE_Timer;
typedef TF_Status* (*TF_StatusCallbackFn)(void*);

#ifndef TF_BOOL_DEFINED
#define TF_BOOL int8_t
#define TF_BOOL unsigned char
#endif // TF_BOOL_DEFINED

#ifndef TF_OFFSET_OF_END
Expand Down

0 comments on commit b956b68

Please sign in to comment.