comparison src/cs/system/main/create_RVtasks.c @ 238:8f16e0663737

create_RVtasks.c: start FCBM
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 May 2021 04:36:25 +0000
parents 8d5373b24f5f
children 231bceb7d95c
comparison
equal deleted inserted replaced
237:8d5373b24f5f 238:8f16e0663737
561 #endif 561 #endif
562 #ifdef RVM_JPEG_SWE 562 #ifdef RVM_JPEG_SWE
563 /* initialize sample JPEG SWE */ 563 /* initialize sample JPEG SWE */
564 rv_start_swe_and_check (JPEG_USE_ID, "JPEG"); 564 rv_start_swe_and_check (JPEG_USE_ID, "JPEG");
565 #endif 565 #endif
566
567 #ifdef RVM_FCBM_SWE
568 /* initialize FCBM SWE */
569 rv_start_swe_and_check (FCBM_USE_ID, "FCBM");
570 #endif
571
566 #endif 572 #endif
567 // WARNING WARNING ---------------------------------------------------- 573 // WARNING WARNING ----------------------------------------------------
568 // Do not perform any SWE initialization after this line ! 574 // Do not perform any SWE initialization after this line !
569 // WARNING WARNING ---------------------------------------------------- 575 // WARNING WARNING ----------------------------------------------------
570 576