~arcachofo/simulide/1.0.0

« back to all changes in this revision

Viewing changes to src/mcusim/mcuspi.cpp

  • Committer: arcachofo
  • Date: 2022-01-22 07:49:14 UTC
  • Revision ID: arcachofo@simulide.com-20220122074914-lo7aomztyq7jrnma
MCUs: xml files & McuCreator simplified + bunch of issues in the way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "iopin.h"
22
22
 
23
23
McuSpi::McuSpi( eMcu* mcu, QString name )
24
 
      : McuModule( mcu, name )
 
24
      : McuPrescaled( mcu, name )
25
25
      , SpiModule( name )
26
26
{
27
27
}