fix att db test

This commit is contained in:
Milanka Ringwald 2015-07-02 10:45:59 +02:00
parent f1344d4a1c
commit b50aa5f4a3

View File

@ -101,7 +101,7 @@ TEST(AttDbUtil, LeCounterDb){
uint16_t size = att_db_util_get_size();
// hexdumpf(addr, size);
CHECK_EQUAL(size, sizeof(profile_data));
CHECK_EQUAL(size, (uint16_t)sizeof(profile_data));
CHECK_EQUAL_ARRAY(profile_data, addr, size);
}