Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed May 29, 2018
1 parent aba7cb9 commit 49fa265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/std/src/demo_std.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ void STD_TestTask()
sscanf("456","%d",&read1);
Trace(1,"read0:%d, read1:%d",read0,read1);

a = atan(1);
gcvt(a, 3, bufff);
double f = atan(1);
gcvt(f, 3, bufff);
Trace(1,"atan(1) = %s",bufff);


Expand Down

0 comments on commit 49fa265

Please sign in to comment.