summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/timer_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/timer_internal.h')
-rw-r--r--nuttx/sched/timer_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/timer_internal.h b/nuttx/sched/timer_internal.h
index 39946a8d32..41676ef5a7 100644
--- a/nuttx/sched/timer_internal.h
+++ b/nuttx/sched/timer_internal.h
@@ -61,9 +61,9 @@ struct posix_timer_s
{
FAR struct posix_timer_s *flink;
- ubyte pt_flags; /* See PT_FLAGS_* definitions */
- ubyte pt_crefs; /* Reference count */
- ubyte pt_signo; /* Notification signal */
+ uint8_t pt_flags; /* See PT_FLAGS_* definitions */
+ uint8_t pt_crefs; /* Reference count */
+ uint8_t pt_signo; /* Notification signal */
pid_t pt_owner; /* Creator of timer */
int pt_delay; /* If non-zero, used to reset repetitive timers */
int pt_last; /* Last value used to set watchdog */