Skip to content

Commit

Permalink
add FIXME comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Aug 2, 2023
1 parent 03ca662 commit c25415f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions System/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[doc = "watchdog_timer.h が単体で bindgen 不可能だったので自前定義したもの"]
#[doc = "FIXME: watchdog_timer.h が単体で bindgen 不可能だったので自前定義したもの"]
pub mod WatchdogTimer {
extern "C" {
pub fn WDT_init();
Expand All @@ -7,7 +7,7 @@ pub mod WatchdogTimer {
}
}

#[doc = "time_manager.h が単体で bindgen 不可能だったので自前定義したもの"]
#[doc = "FIXME: time_manager.h が単体で bindgen 不可能だったので自前定義したもの"]
pub mod TimeManager {
extern "C" {
pub fn TMGR_init();
Expand Down

0 comments on commit c25415f

Please sign in to comment.