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

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

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

Legend:

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

    r349 r359  
    215215
    216216        /* 初期化 */
    217         if (ffarch_init() == 0) {
    218                 gpio_write(&led_blue, 0);
    219         }
    220         else {
    221                 gpio_write(&led_blue, 0);
    222                 gpio_write(&led_red, 1);
    223         }
     217        ffarch_init();
    224218
    225219        gpio_write(&led_green, 0);
  • asp3_tinet_ecnl_rx/trunk/app1_usb_watt_meter/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.