Ignore:
Timestamp:
Jun 20, 2018, 7:59:22 PM (6 years ago)
Author:
coas-nagasima
Message:

SDカードの挿抜を検知するよう更新

Location:
asp3_tinet_ecnl_rx/trunk/app2_light/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/app2_light/src/main.c

    r349 r359  
    207207
    208208        /* 初期化 */
    209         if (ffarch_init() == 0) {
    210                 gpio_write(&led_blue, 0);
    211         }
    212         else {
    213                 gpio_write(&led_blue, 0);
    214                 gpio_write(&led_red, 1);
    215         }
     209        ffarch_init();
    216210
    217211        gpio_write(&led_green, 0);
  • asp3_tinet_ecnl_rx/trunk/app2_light/src/tinet_app_config.h

    r342 r359  
    2929 *  接的または間接的に生じたいかなる損害に関しても,その責任を負わない.
    3030 *
    31  *  @(#) $Id: tinet_app_config.h 1505 2018-04-17 11:22:02Z coas-nagasima $
     31 *  @(#) $Id$
    3232 */
    3333
Note: See TracChangeset for help on using the changeset viewer.