Skip to content

Commit

Permalink
ports/psoc6: Code Cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: IFX-Anusha <Anusha.TR@infineon.com>
  • Loading branch information
IFX-Anusha committed May 17, 2024
1 parent 2bef460 commit 61f4ec9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/psoc6/modmachine.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ static mp_obj_t machine_enable_irq(mp_obj_t state_in) {
}
MP_DEFINE_CONST_FUN_OBJ_1(machine_enable_irq_obj, machine_enable_irq);

// machine.disable_irq()
static mp_obj_t machine_rng(void) {
uint32_t rnd_num;
cyhal_trng_t trng_obj;
Expand Down

0 comments on commit 61f4ec9

Please sign in to comment.