summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/capture/capture.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/capture/capture.h')
-rw-r--r--cpukit/libmisc/capture/capture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/capture/capture.h b/cpukit/libmisc/capture/capture.h
index f6cfe15872..2c1a5098e4 100644
--- a/cpukit/libmisc/capture/capture.h
+++ b/cpukit/libmisc/capture/capture.h
@@ -96,7 +96,7 @@ typedef struct rtems_capture_control_s
/**
* Control flags.
*/
-#define RTEMS_CAPTURE_WATCH (1 << 0)
+#define RTEMS_CAPTURE_WATCH (1U << 0)
/**
* Control triggers.
@@ -169,7 +169,7 @@ typedef struct rtems_capture_task_s
/**
* Task flags.
*/
-#define RTEMS_CAPTURE_TRACED (1 << 0)
+#define RTEMS_CAPTURE_TRACED (1U << 0)
/*
* rtems_capture_record_t