Changes between Version 22 and Version 23 of MjpegCourse/Monopro


Ignore:
Timestamp:
Mar 11, 2009, 4:40:17 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MjpegCourse/Monopro

    v22 v23  
    216216        'tg',
    217217        ports = {'output':MwmrOutput(32)},
    218         impl = [ SwTask( 'tg',
     218        impl0 = [ SwTask( 'tg',
    219219                                         bootstrap = 'bootstrap',
    220220                                         stack_size = 4096,
    221221                                         sources = [ 'tg.c' ],
    222222                                         defines = [ 'FILE_NAME' ] ),
    223                          SyntheticTask()
     223                         SyntheticTask( defines = {"FILE_NAME":'"plan.jpg"'} )
    224224                                 ] )
    225225}}}