Skip to content

Commit

Permalink
Moved SPiiPlusDriver.h before epicsExport.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpeters committed Aug 6, 2020
1 parent 0540c45 commit 9fa7eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acsMotionApp/src/SPiiPlusDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#include "asynMotorController.h"
#include "asynMotorAxis.h"

#include "SPiiPlusDriver.h"

#include <epicsExport.h>

#include "SPiiPlusDriver.h"

SPiiPlusController::SPiiPlusController(const char* ACSPortName, const char* asynPortName, int numAxes,
double movingPollPeriod, double idlePollPeriod)
: asynMotorController(ACSPortName, numAxes, 0, 0, 0, ASYN_CANBLOCK | ASYN_MULTIDEVICE, 1, 0, 0)
Expand Down

0 comments on commit 9fa7eb2

Please sign in to comment.