Blame view

orbimote/field_test_device/wdt_utils.h 210 Bytes
ca223e024   Jean-Michel Friedt   orbimote avec sof...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  /*
   * Copyright (C) 2020-2021 Université Grenoble Alpes
   */
  
  #ifndef WDT_UTILS_H
  #define WDT_UTILS_H
  
  /*
   * @brief wdt command
   *
   * @param argc
   * @param argv
   */
  int wdt_cmd(int argc, char *argv[]);
  
  #endif