Skip to content

Commit

Permalink
Unit tests: fixup Use sensorfw for detecting orientation changes
Browse files Browse the repository at this point in the history
Fix unit tests after b4aaf7d (Use sensorfw for detecting orientation
changes).
  • Loading branch information
martyone committed Nov 14, 2013
1 parent a6270fa commit 12d5bf2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/ut/ut_display.c
Expand Up @@ -808,6 +808,22 @@ void, mce_sensorfw_resume, (void))
{
}

EXTERN_STUB (
void, mce_sensorfw_orient_enable, (void))
{
}

EXTERN_STUB (
void, mce_sensorfw_orient_disable, (void))
{
}

EXTERN_STUB (
void, mce_sensorfw_orient_set_notify, (void (*cb)(int state)))
{
(void)cb;
}

/*
* tklock.c stubs {{{1
*/
Expand Down

0 comments on commit 12d5bf2

Please sign in to comment.