Skip to content

Commit 18c34b0

Browse files
committed
Revert "Minor fix on GPIO initialization (#113)"
This reverts commit fbce6c2. This commit is kept in the legacy branch.
1 parent fbce6c2 commit 18c34b0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/ocre/components/container_supervisor/cs_sm_impl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ ocre_container_runtime_status_t CS_runtime_init(ocre_cs_ctx *ctx, ocre_container
295295
#ifdef CONFIG_OCRE_TIMER
296296
ocre_timer_init();
297297
#endif
298-
#ifdef CONFIG_OCRE_GPIO
299-
ocre_gpio_init();
300-
#endif
301298
#ifdef CONFIG_OCRE_CONTAINER_MESSAGING
302299
ocre_messaging_init();
303300
#endif

0 commit comments

Comments
 (0)