#ifndef ___CDDSTPDYN_H__ #define ___CDDSTPDYN_H__ //***************************************************************************** // (C) Automotive Lighting Reutlingen GmbH // Tuebinger Strasse 123, 72762 Reutlingen, Germany // // Automotive Lighting Reutlingen GmbH owns all the rights to this work. // This work shall not be copied, reproduced, used, modified, transferred // or its information shall not be disclosed without the prior written // authorization of Automotive Lighting Reutlingen GmbH. //***************************************************************************** //----------------------------------------------------------------------------- /// \file _CddStpDyn.h /// /// \brief /// /// \descr /// /// Additional information can be found in the design description (Link: /// MDDD) /// /// \author Ott, Peter ALRT/EEG-PM2 * (otp2rt) /// mailTo:Peter.Ott@al-lighting.com //----------------------------------------------------------------------------- #include #include // incl. nothing #include // incl. '88XX/CddStp88XX_HalStp.h' // --------------------------------------------------------------------------- // constants // --------------------------------------------------------------------------- #define CDDSTP_DummyStepTime (500u) // us dummy step (step that is not really necessary) // --------------------------------------------------------------------------- // constants // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- // types // --------------------------------------------------------------------------- #endif // ___CDDSTPDYN_H__