Quellcode durchsuchen

[append]

Branch_trice
huangyulong vor 11 Monaten
Ursprung
Commit
f2e14cea58
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Middlewares/rtthread/board.c
  2. 1
    0
      Middlewares/trice/example/triceExamples.c

+ 1
- 1
Middlewares/rtthread/board.c Datei anzeigen

102
 {
102
 {
103
 #if !TRICE_OFF
103
 #if !TRICE_OFF
104
   TriceInit(); // This so early, to allow trice logs inside interrupts from the beginning. Only needed for RTT.
104
   TriceInit(); // This so early, to allow trice logs inside interrupts from the beginning. Only needed for RTT.
105
-  TriceHeadLine("  ????????????-F030R8    ");
105
+  TriceHeadLine("  ????????????-F030R8   ");
106
 #endif
106
 #endif
107
     //int i = 1;
107
     //int i = 1;
108
     //int q = 58;
108
     //int q = 58;

+ 1
- 0
Middlewares/trice/example/triceExamples.c Datei anzeigen

32
     // TRICE32_0(id(0), "att:🐁 Speedy Gonzales L without time stamp\n");
32
     // TRICE32_0(id(0), "att:🐁 Speedy Gonzales L without time stamp\n");
33
   
33
   
34
     TRICE32_0(id(0), "att:🐁 Speedy Gonzales L without time stamp\n");
34
     TRICE32_0(id(0), "att:🐁 Speedy Gonzales L without time stamp\n");
35
+    //rt_kprintf("att:🐁 Speedy Gonzales L without time stamp\n");
35
 #if 0
36
 #if 0
36
     TRice("att:🐁 Speedy Gonzales a  32-bit time stamp\n");
37
     TRice("att:🐁 Speedy Gonzales a  32-bit time stamp\n");
37
     TRice("att:🐁 Speedy Gonzales b  32-bit time stamp\n");
38
     TRice("att:🐁 Speedy Gonzales b  32-bit time stamp\n");

Laden…
Abbrechen
Speichern