소스 검색

Fix a typo

Dou Liyang 8 년 전
부모
커밋
39a2e10e71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Timers/timers-3.md

+ 1 - 1
Timers/timers-3.md

@@ -162,7 +162,7 @@ Note, that the `tick_device` structure contains two fields. The first field - `e
 The second field of the `tick_device` structure represents mode of the `tick_device`. As we already know, the mode can be one of the:
 
 ```C
-num tick_device_mode {
+enum tick_device_mode {
         TICKDEV_MODE_PERIODIC,
         TICKDEV_MODE_ONESHOT,
 };