Skip to content

Commit

Permalink
Fix syntax in smoke_test_doe_cg
Browse files Browse the repository at this point in the history
Internal-tag: [#53905]
Signed-off-by: Robert Szczepanski <[email protected]>
  • Loading branch information
robertszczepanski committed Jan 18, 2024
1 parent fcb9d1c commit 137a8da
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,13 @@ void main() {
volatile uint32_t mitb1 = 0x00000500;
volatile uint32_t mie_timer0_en = 0x20000000;

rst_count++;

VPRINTF(LOW,"---------------------------\n");
VPRINTF(LOW," DOE Smoke Test With Rand UDS/FE !!\n");
VPRINTF(LOW,"---------------------------\n");

//Call interrupt init
init_interrupts();

if (rst_count == 1) {
//Enable clk gating and halt core
SEND_STDOUT_CTRL(0xf2);
set_mit0(mitb0, mie_timer0_en);
Expand Down

0 comments on commit 137a8da

Please sign in to comment.