Quellcode durchsuchen

cmDspPgm.c : Added _cmDspSysPgm_KrLive to the program list.

master
kpl vor 11 Jahren
Ursprung
Commit
b4a3507bc5
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      dsp/cmDspPgm.c

+ 1
- 0
dsp/cmDspPgm.c Datei anzeigen

@@ -2444,6 +2444,7 @@ cmDspRC_t _cmDspSysPgm_AvailCh( cmDspSysH_t h, void** userPtrPtr )
2444 2444
 _cmDspSysPgm_t _cmDspSysPgmArray[] = 
2445 2445
 {
2446 2446
   { "time_line",     _cmDspSysPgm_TimeLine,     NULL, NULL },
2447
+  { "kr_live",       _cmDspSysPgm_KrLive,       NULL, NULL },
2447 2448
   { "main",          _cmDspSysPgm_Main,         NULL, NULL },
2448 2449
   { "array",         _cmDspSysPgm_Array,        NULL, NULL },
2449 2450
   { "line",          _cmDspSysPgm_Line,         NULL, NULL },

Laden…
Abbrechen
Speichern