Revision b23ca7cc test/periphery-lld/AT42QT1050_v1/aos_test_AT42QT1050.c

View differences:

test/periphery-lld/AT42QT1050_v1/aos_test_AT42QT1050.c
43 43
/* LOCAL FUNCTIONS                                                            */
44 44
/******************************************************************************/
45 45

  
46
void print_settings(apalExitStatus_t* status, BaseSequentialStream* stream, const aos_test_t* test) {
46
void print_settings(int32_t* status, BaseSequentialStream* stream, const aos_test_t* test) {
47 47
    chprintf(stream, "settings...\n");
48 48

  
49 49
    uint8_t test8;
......
96 96

  
97 97
}
98 98

  
99
void show_live(const uint8_t first_key, apalExitStatus_t* status,
99
void show_live(const uint8_t first_key, int32_t* status,
100 100
               BaseSequentialStream* stream, const aos_test_t* test) {
101 101

  
102 102
    apalDbgAssert(first_key<5);
......
192 192

  
193 193
    // local variables
194 194
    aos_testresult_t result = {0, 0};
195
    apalExitStatus_t status;
195
    int32_t status;
196 196
    uint8_t test_8;
197 197
    bool error;
198 198

  

Also available in: Unified diff